.. include:: data/standard.txt
.. include:: data/header_footer.txt
.. include:: data/table_colspan.txt
.. include:: data/table_rowspan.txt
.. include:: data/table_complex.txt
.. include:: data/list_table.txt
.. include:: data/custom_roles.txt
.. include:: data/svg_images.txt
.. include:: data/swf_images.txt

Additional xhtml11 features
===========================

The following features are set the the "xhtml11" writer apart from the
"html-base" writer:

* The document type is XHTML 1.1

* An "enumerated list" with class "nested" uses nested counters:

  .. class:: nested

  #. first point

     * Unordered list nested in enumeration.

     #. first sub-point
     #. second sub-point

        With a standard paragraph

        #. first sub-sub-point

     #. third sub-point with a long and silly text just to test the line
        wrapping in this kind of lists.

     Definition list
       nested in top-level enumeration

  #. second top-level point

* The ``html-output`` setting defaults to »MathML«. If there is mathematical
  content in `MathML` format, the document type is XHTML 1.1 plus MathML
  2.0.

  The linear mapping :math:`f: \mathbb{C}^{N}\longmapsto\mathbb{C}^{N}` with

  .. math::

    c_{k}=F(kf_{0})=T_{\text{A}}
    \sum_{n=-N/2}^{+N/2}f(x_{n})\text{e}^{-2\pi\text{i}\frac{nk}{N}}

  for all :math:`a\in\mathbb{C}^{N}` is called discrete Fourier
  transformation (DFT).

.. include:: data/errors.txt

.. footer:: |valid-xhtml11| |valid-CSS2|

.. |valid-xhtml11| image:: http://www.w3.org/Icons/valid-xhtml11
   :height: 31
   :width: 88
   :alt: Valid XHTML 1.1!
   :target: http://validator.w3.org/check?uri=referer

.. |valid-CSS2| image:: http://jigsaw.w3.org/css-validator/images/vcss
   :height: 31
   :width: 88
   :alt: Valid CSS 2.1!
   :target: http://jigsaw.w3.org/css-validator/check/referer
